Html Css Color HEX #65F9E8 Baby Blue

📋 copy color: '#65F9E8'

red 101 ◦ green 249 ◦ blue 232

#65F9E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #65F9E8

Tints of Baby Blue #65F9E8

RGB

 RED value IS 101 (39.84% from 255) = 17.35%

 GREEN value IS 249 (97.66% from 255) = 42.78%

 BLUE value IS 232 (91.02% from 255) = 39.86%

R = 17.35%
G = 42.78%
B = 39.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65F9E8 (or 0x65F9E8) is known color: Baby Blue. HEX triplet: 65, F9 and E8. RGB value is (101,249,232). Sum of RGB (Red+Green+Blue) = 101+249+232=582 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.35% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F9E8 is #9A0617. Grayscale: #CACACA. Windows color (decimal): -10094104 or 15268197. OLE color: 15268197.

HSL color Cylindrical-coordinate representation of color #65F9E8: hue angle of 173.11º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9E8 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 249 232 -
CMYK 0.59 0 0.07 0.02
HSL 173.11º 0.93% 0.69% -
HSV(B) 173.11º 0.59% 0.98% -
XYZ 53.81 76.34 88.24 -
YUV 202.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 101 249 232 0.59 0 0.07 0.02 173.11 0.93 0.69
Hex 65 F9 E8 3B 0 7 2 AD 5C 45
Octal 145 371 350 73 0 7 2 255 134 105
Binary 1100101 11111001 11101000 111011 0 111 10 10101101 1011100 1000101

Color Harmonies of #65F9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F9E8

Black with #65F9E8

Text Example


Text Example

White with #65F9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65F9E8; }

 p { color: rgb(101,249,232); }

 H1.HeaderClassName
 {
   color: #65F9E8;
 }
 .AnyTagClassName
 {
   color: #65F9E8;
 }
</style>

background-color css

<style>
 a { background-color: #65F9E8; }

 a { background-color: rgb(101,249,232); }

 div.DivClassName
 {
   background-color: #65F9E8;
 }
 .BgClassName
 {
   background-color: #65F9E8;
 }
</style>

border-color css

<style>
 span { border-color: #65F9E8; }

 span { border-color: rgb(101,249,232); }

 td.TdClassName
 {
   border-color: #65F9E8;
 }
 .TagClassName
 {
   border-color: #65F9E8;
 }
</style>