Html Css Color HEX #65EEF2 Baby Blue

📋 copy color: '#65EEF2'

red 101 ◦ green 238 ◦ blue 242

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

Shades of Baby Blue #65EEF2

Tints of Baby Blue #65EEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.96%

 BLUE value IS 242 (94.92% from 255) = 41.65%

R = 17.38%
G = 40.96%
B = 41.65%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65EEF2 (or 0x65EEF2) is known color: Baby Blue. HEX triplet: 65, EE and F2. RGB value is (101,238,242). Sum of RGB (Red+Green+Blue) = 101+238+242=581 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.38% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #65EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEF2 is #9A110D. Grayscale: #C5C5C5. Windows color (decimal): -10096910 or 15920741. OLE color: 15920741.

HSL color Cylindrical-coordinate representation of color #65EEF2: hue angle of 181.7º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEF2 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 238 242 -
CMYK 0.58 0.02 0 0.05
HSL 181.7º 0.84% 0.67% -
HSV(B) 181.7º 0.58% 0.95% -
XYZ 51.97 70.33 94.84 -
YUV 197.49 153.11 59.17 -
System Red Green Blue C M Y K H S L
Decimal 101 238 242 0.58 0.02 0 0.05 181.7 0.84 0.67
Hex 65 EE F2 3A 2 0 5 B6 54 43
Octal 145 356 362 72 2 0 5 266 124 103
Binary 1100101 11101110 11110010 111010 10 0 101 10110110 1010100 1000011

Color Harmonies of #65EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EEF2

Black with #65EEF2

Text Example


Text Example

White with #65EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,238,242); }

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

background-color css

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

 a { background-color: rgb(101,238,242); }

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

border-color css

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

 span { border-color: rgb(101,238,242); }

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